Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection<TItem,TContainer> Class
The type of elements in the list.
The type of the container which contains this list.
Members


In This Topic
    NamedObjectCollection<TItem,TContainer> Class
    In This Topic
    Represents a strongly typed list of objects that can be accessed by index or string key.
    Syntax
    'Declaration
     
    
    Public Class NamedObjectCollection
        (Of TItem As GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm(Of TItem,TContainer),
         TContainer As GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr(Of TItem,TContainer)) 
    public class NamedObjectCollection<TItem,TContainer> 
    where TItem: GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm<TItem,TContainer>
    where TContainer: GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr<TItem,TContainer>
    Type Parameters
    TItem
    The type of elements in the list.
    TContainer
    The type of the container which contains this list.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.NamedObjectCollection<TItem,TContainer>

    See Also